atspi: Implement text for GtkText widgets too
authorMatthias Clasen <mclasen@redhat.com>
Sun, 11 Oct 2020 00:38:24 +0000 (20:38 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 12 Oct 2020 19:10:40 +0000 (15:10 -0400)
commit5b076fee12551fbea321b98cb92261da5e7f956d
tree635accc2833d8b81dc75da9578b3f6e4720b7533
parentb80272a7e7d56b7600e21e74478fe35f5e5adb2f
atspi: Implement text for GtkText widgets too

There is some open question here whether the interface
should be implemented on the outer or the inner widget
of the entry-text pairs. For now, our hand is forced,
since only GtkText provides access to the layout that
we need for implementing many of the interface methods.
gtk/a11y/gtkatspicontext.c